GetIniSectionName
Section$ = GetIniSectionName(Filename$, SectionIndex)
 
Parameters:

    Filename$ = the name of the Ini file
    SectionIndex = index of section
Returns:

    Section$ = name of the section
 

GetIniSectionName returns the name of a section. Use GetIniSectionCount to get the number of total section in the ini file.
 
Related Info: GetIniSectionCount :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com